Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt FilterNavigatorBar to High Contrast Mode. #5257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nchevobbe
Copy link
Member

@nchevobbe nchevobbe commented Dec 11, 2024

This ensures the different items are properly rendered in HCM:

  • the items gets a button color, and have a distinct hovered style
  • the selected item looks selected
  • the separator are visible (a dark version of the existing image was added)
  • the disabled items have full opacity and use a gray text

dark light
single profile navigator button image image
single profile navigator button hovered image image
with a few items (second one hovered, last one is the "preview") image image

This ensures the different items are properly rendered in HCM:
- the items gets a button color, and have a distinct hovered style
- the selected item looks selected
- the separator are visible (light and dark HCM-specific version of the existing image were added)
- the disabled items have full opacity and use a gray text
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.62%. Comparing base (6306555) to head (85a71a4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5257   +/-   ##
=======================================
  Coverage   88.62%   88.62%           
=======================================
  Files         308      308           
  Lines       28105    28105           
  Branches     7621     7621           
=======================================
  Hits        24908    24908           
  Misses       2983     2983           
  Partials      214      214           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nchevobbe nchevobbe added the accessibility Related to making the profiler UI accessible label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Related to making the profiler UI accessible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant